home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / answrbok / 3_7.lha / 3_7 / 3_7c.cmp < prev    next >
Comma Seperated Value File  |  1993-08-08  |  789b  |  20 rows

#tr='hello there' max=0 len=0
1tr='' max=0 len=0
2tr='This is a test' max=0 len=0
3tr='The quick brown fox jumped over the lazy brown dog' max=0 len=0
4tr='hello there' max=4 len=4
5tr='' max=4 len=0
6tr='This is a test' max=4 len=4
7tr='The quick brown fox jumped over the lazy brown dog' max=4 len=4
8tr='hello there' max=8 len=8
9tr='' max=8 len=0
10tr='This is a test' max=8 len=8
11tr='The quick brown fox jumped over the lazy brown dog' max=8 len=8
12tr='hello there' max=12 len=11
13tr='' max=12 len=0
14tr='This is a test' max=12 len=12
15tr='The quick brown fox jumped over the lazy brown dog' max=12 len=12
16tr='hello there' max=16 len=11
17tr='' max=16 len=0
18tr='This is a test' max=16 len=14
19tr='The quick brown fox jumped over the lazy brown dog' max=16 len=16